home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000060_crash!dtek.cha…ers.se!d2hacker_Sat, 12 Jun 93 07:44:51 PST.msg < prev    next >
Text File  |  1993-08-31  |  2KB  |  47 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Sat, 12 Jun 93 07:44:51 PST
  3. Received: from chalmers.se by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o4VDc-0000Q1C; Sat, 12 Jun 93 06:02 PDT
  5. Received: from hackes.dtek.chalmers.se by chalmers.se (5.60+IDA/3.14+gl) id AA11534; Sat, 12 Jun 93 15:01:58 +0200
  6. Received: from hacker.dtek.chalmers.se by hackes.dtek.chalmers.se (5.59+IDA+CTH/3.14+gl) id AA20178; Sat, 12 Jun 93 15:01:56 +0200
  7. Received: by hacker.dtek.chalmers.se (5.59+IDA+CTH/3.14+gl) id AA14976; Sat, 12 Jun 93 15:01:55 +0200
  8. Message-Id: <9306121301.AA20178@hackes.dtek.chalmers.se>
  9. Date: Sat, 12 Jun 1993 15:01:54 +0200 (MET DST)
  10. X-Mailer: ELM [version 2.4 PL21]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. Content-Length: 928
  15. From: Magnus Hacker <d2hacker@dtek.chalmers.se>
  16. To: amigae@bkhouse.cts.com (Mailing List)
  17. Subject: ARRAYs in OBJECTs??
  18.  
  19. Hi everyone!
  20.  
  21. I am having some problems with arrays in objects. The manual says that
  22. it is possible to use something like:
  23.  
  24. OBJECT myown
  25.   colors[32]:ARRAY OF INT
  26. ENDOBJECT
  27.  
  28. But this gives me an "incorrect object definition". However, when I change
  29. the code to:
  30.  
  31. OBJECT myown
  32.   colors[32]:ARRAY
  33. ENDOBJECT
  34.  
  35. everything works fine, but instead I have an ARRAY OF CHAR instead of an
  36. ARRAY OF INT, which was what I wanted.
  37.  
  38. Does anybody have a clue about what's causing this? It seems like a strange
  39. bug in the compiler to me, but then again, it would be strange if nobody else
  40. has found it before.
  41.  
  42. BTW, my setup is: A500, KS1.2, 1/2 meg fast, 1/2 meg chip, 1 drive.
  43.  
  44. +---------------------------------------------+-----------------+
  45. | Magnus Hacker, Chalmers Univ. of Technology | Recursion:      |
  46. | Email to: d2hacker@dtek.chalmers.se         | see 'Recursion' |
  47. +---------------------------------------------+-----------------+